[IA64] Sort out the XEN_IA64_OPTF_IDENT_MAP_REG[457] constants confusion
authorAlex Williamson <alex.williamson@hp.com>
Sun, 30 Dec 2007 20:02:16 +0000 (13:02 -0700)
committerAlex Williamson <alex.williamson@hp.com>
Sun, 30 Dec 2007 20:02:16 +0000 (13:02 -0700)
commit35bcc2fe20cc3ce1091dd82a181a21c61298d19c
treee1d0b464e6edeef999eb3b308997099ff7c95ef2
parent3be10ebb0105449915b29d3fa393cc5b07b1b7ca
[IA64] Sort out the XEN_IA64_OPTF_IDENT_MAP_REG[457] constants confusion

Currently the constants are used for two different purpose.
one is for the OPTF hypercall sub command.
another is bit flag for struct opt_feature::mask.
They are different spaces, split them out.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/vmx/mmio.c
xen/arch/ia64/vmx/vmx_fault.c
xen/arch/ia64/xen/domain.c
xen/arch/ia64/xen/vcpu.c
xen/include/asm-ia64/domain.h
xen/include/public/arch-ia64.h